home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11004 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  799 b 

  1. Path: m.maus.de!Volker_Steinlein
  2. From: Volker_Steinlein@m.maus.de (Volker Steinlein)
  3. Newsgroups: comp.lang.c++
  4. Subject: How can I switch off name-mangling in cpp-files?
  5. Message-ID: <199603102256.a29227@m.maus.de>
  6. Date: Sun, 10 Mar 96 20:56:00 GMT
  7. X-Gate: MausGate/News 1.25/ac3
  8. MIME-Version: 1.0
  9. Content-Type: text/plain; charset=ISO-8859-1
  10. Content-Transfer-Encoding: 8bit
  11.  
  12. Hi all,
  13.  
  14. I got a problem. I have a c-library (*.h and *.lib) and source code of this
  15. library for an complete different os. The source is written in c++ and should
  16. be compiled with the header file of the existing c-library. The header file
  17. contains only function prototypes and mustn't be modified.
  18.  
  19. How can I stop name-mangling without loosing c++-features when I compile and
  20. link the cpp-file?
  21.  
  22. Thanks for your help
  23.  
  24. Volker
  25.